Overview
📝 RollDev MCP Server – Summary
The RollDev MCP Server is a bridge between Roll Docker Stack and LLMs (Claude, etc.) via the Model Context Protocol (MCP). It lets AI agents interact directly with your Docker-based development environments.
✅ Key Capabilities
-
Environment management → list, start, and stop RollDev project environments
-
Service control → manage system services like MySQL, Redis, Elasticsearch, RabbitMQ, Varnish
-
Project initialization → create new projects (Magento, Laravel, Symfony, TYPO3, Shopware, WordPress, Akeneo, PHP) with auto-configuration
-
Development utilities:
- Run SQL queries in project databases
- Execute PHP scripts inside containers
- Access framework CLI commands (
bin/magento,artisan,bin/console, etc.) - Run Composer commands for dependency management
🚀 Why it matters
- Turns Roll Docker Stack into an AI-controllable dev environment
- Saves time by letting LLMs query databases, run CLI tasks, and manage services without leaving chat
- Works across multiple frameworks (not just Magento 2)
👉 In short: It’s an AI-powered control layer for RollDev environments — giving you hands-free project setup, service control, and development automation.
Server Config
{
"mcpServers": {
"rolldev": {
"command": "npx",
"args": [
"-y",
"@disrex/rolldev-mcp-server"
]
}
}
}